'Declaration Public Overridable Function BuildProcessingTree( _
ByVal processingCommandsThe processing commands.As System.Collections.Generic.IEnumerable(Of IProcessingCommandInfo) _
) As System.Collections.Generic.List(Of IProcessingCommand)
public virtual System.Collections.Generic.List<IProcessingCommand> BuildProcessingTree(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo> processingCommands
)
public: virtual System.Collections.Generic.List<IProcessingCommand*>* BuildProcessingTree(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo*>* processingCommands
)
public:
virtual System.Collections.Generic.List<IProcessingCommand^>^ BuildProcessingTree(
System.Collections.Generic.IEnumerable<IProcessingCommandInfo^>^ processingCommands
)
Parameters
- processingCommands
- The processing commands.
Return Value
List that contains root level of processing tree.